home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / MacPhaseExtras.sit / MacPhase Extras / MacPhase Macro Help.rsrc / TEXT_206_measure.txt < prev    next >
Encoding:
Text File  |  1994-07-30  |  330 b   |  12 lines

  1. procedure Measure(dataName : Str255; x1, y1, x2, y2 : longint;showDialog : boolean);
  2.  
  3. Measures the specified line and returns the following:
  4.  
  5. longintArray[1] = delta X 
  6. longintArray[2] = delta Y 
  7. realArray[1] = slope 
  8. realArray[2] = ArcTan2(deltaY, deltaX) 
  9. realArray[3] := calibrated distance 
  10.  
  11. Also see:  GetLIndex  GetRIndex  
  12.